home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Utilities / KPerfMon / KPerfMon.app / English.lproj / InfoPanel.nib / data.classes next >
Text File  |  1992-11-17  |  287b  |  22 lines

  1. MySubclass = {
  2.     SUPERCLASS = Application;
  3. };
  4. FirstResponder = {
  5.     ACTIONS = {
  6.     };
  7.     SUPERCLASS = Object;
  8. };
  9. AppDelegate = {
  10.     ACTIONS = {
  11.     appWillTerminate:;
  12.     appWillInit:;
  13.     appDidInit:;
  14.     info:;
  15.     };
  16.     OUTLETS = {
  17.     infoPanel;
  18.     monitor;
  19.     };
  20.     SUPERCLASS = Object;
  21. };
  22.